projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9573ed4
)
styleproperty: Fix thinko
author
Benjamin Otte
<otte@redhat.com>
Mon, 9 Apr 2012 18:33:46 +0000
(20:33 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 9 Apr 2012 18:33:46 +0000
(20:33 +0200)
Introduced in
8243b16ad79cb4965ab5314e53a20ef16b2af9c3
- seems I wasn't
really on top of my own capabilities on Saturday.
gtk/gtkcssstylepropertyimpl.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssstylepropertyimpl.c
b/gtk/gtkcssstylepropertyimpl.c
index 0528ae05cbcf0b7b0b897e64012333c1600187d4..f69e9174ba542cd3b500bc8cc90654b66b907da3 100644
(file)
--- a/
gtk/gtkcssstylepropertyimpl.c
+++ b/
gtk/gtkcssstylepropertyimpl.c
@@
-415,7
+415,7
@@
css_image_value_compute (GtkCssStyleProperty *property,
return _gtk_css_value_ref (specified);
}
- return _gtk_css_value_new_take_image (
image
);
+ return _gtk_css_value_new_take_image (
computed
);
}
static gboolean